home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TVERVIEWFRAME
/
TVERVIEWFRAME.txt
Wrap
Text File
|
2008-11-03
|
9KB
|
313 lines
inherited VerViewFrame: TVerViewFrame
object InputPanel: TUiPanel [0]
Left = 0
Top = 0
Width = 790
Height = 291
Align = alClient
BevelOuter = bvNone
TabOrder = 0
OnResize = InputPanelResize
object Splitter: TUiSplitter
Left = 393
Top = 0
Height = 291
AutoSnap = False
OnMoved = SplitterMoved
end
object LeftPanel: TUiPanel
Tag = 1
Left = 0
Top = 0
Width = 393
Height = 291
Align = alLeft
BevelOuter = bvLowered
TabOrder = 0
end
object RightPanel: TUiPanel
Tag = 2
Left = 396
Top = 0
Width = 394
Height = 291
Align = alClient
BevelOuter = bvLowered
TabOrder = 1
end
end
inherited JobProgressPanel: TUiPanel
Top = 291
TabOrder = 1
end
inherited MessagePanel: TUiPanel
TabOrder = 2
end
object DetailsPanel: TUiPanel [4]
Left = 0
Top = 312
Width = 790
Height = 72
Align = alBottom
BevelOuter = bvLowered
TabOrder = 4
OnResize = DetailsPanelResize
end
inherited StatusBar: TUiStatusBar
Panels = <
item
Style = psOwnerDraw
Width = 225
Images = BcImages.ContentImages
end
item
Width = 300
end
item
Width = 125
end
item
Width = 50
end>
end
inherited Actions: TUiActionList
object ReportAction: TUiAction
Category = 'Session'
Caption = 'Version Compare Re&port...'
Hint = 'Version Compare Report|Produces Version Compare report.'
ImageIndex = imgReport
OnExecute = ReportExecute
ShortCaption = 'Report'
end
object InfoAction: TUiAction
Category = 'Session'
Caption = 'Version Compare &Info'
Hint = 'Version Compare Info|Displays compare statistics.'
ImageIndex = imgInfo
OnExecute = InfoExecute
ShortCaption = 'Info'
end
object CopyAction: TUiAction
Category = 'Edit'
Caption = '&Copy'
Hint = 'Copy|Copies selection and puts it on Clipboard.'
ImageIndex = imgCopy
OnExecute = CopyExecute
ShortCaption = 'Copy'
end
object SelectAllAction: TUiAction
Category = 'Edit'
Caption = '&Select All'
Hint = 'Select All|Selects all visible items.'
OnExecute = TreeViewCommandExecute
ShortCaption = 'Select'
end
object DiffItemNextAction: TUiAction
Category = 'Search'
Caption = '&Next Difference Item'
Hint = 'Next Difference Item|Positions at next difference item.'
OnExecute = DiffItemNextExecute
ShortCaption = 'Next Item'
StaticImageIndex = imgDown
end
object DiffItemPrevAction: TUiAction
Category = 'Search'
Caption = '&Previous Difference Item'
Hint = 'Previous Difference Item|Positions at previous difference item.'
OnExecute = DiffItemPrevExecute
ShortCaption = 'Prev Item'
StaticImageIndex = imgUp
end
object ExistsNextAction: TUiAction
Category = 'Search'
Caption = 'Next Existing Item'
Hint = 'Next Existing Item|Positions at next item, skipping over gaps.'
OnExecute = ExistsNextExecute
end
object ExistsPrevAction: TUiAction
Category = 'Search'
Caption = 'Previous Existing Item'
Hint =
'Previous Existing Item|Positions at previous item, skipping over' +
' gaps.'
OnExecute = ExistsPrevExecute
end
object FindAction: TUiAction
Category = 'Search'
Caption = '&Find...'
Hint = 'Find|Finds search string.'
ImageIndex = imgFind
OnExecute = FindExecute
ShortCaption = 'Find'
end
object FindNextAction: TUiAction
Category = 'Search'
Caption = 'Find Next'
Hint = 'Find Next|Finds next occurrence of search string.'
ImageIndex = imgFindNext
OnExecute = FindNextPrevExecute
ShortCaption = 'Next'
end
object FindPrevAction: TUiAction
Category = 'Search'
Caption = 'Find Previous'
Hint = 'Find Previous|Finds previous occurrence of search string.'
ImageIndex = imgFindPrev
OnExecute = FindNextPrevExecute
ShortCaption = 'Prev'
end
object GoLeftAction: TUiAction
Category = 'Search'
Caption = 'Go Left'
Hint = 'Go Left|Positions in pane left of selected one.'
OnExecute = GoLeftExecute
ShortCaption = 'Go Left'
end
object GoRightAction: TUiAction
Category = 'Search'
Caption = 'Go Right'
Hint = 'Go Right|Positions in pane right of selected one.'
OnExecute = GoRightExecute
ShortCaption = 'Go Right'
end
object GoNextAction: TUiAction
Category = 'Search'
Caption = 'Go Next'
Hint = 'Go Next|Positions in pane after selected one.'
OnExecute = GoNextExecute
ShortCaption = 'Go Next'
end
object GoPrevAction: TUiAction
Category = 'Search'
Caption = 'Go Prev'
Hint = 'Go Prev|Positions in pane before selected one.'
OnExecute = GoPrevExecute
ShortCaption = 'Go Prev'
end
object FavCompareAllAction: TUiAction
Category = 'Favorites'
Caption = 'Show All'
Hint =
'Show All|Shows same, left orphan, right orphan and difference it' +
'ems.'
ImageIndex = imgFavAll
OnExecute = FavExecute
ShortCaption = 'All'
end
object FavDiffAction: TUiAction
Category = 'Favorites'
Caption = 'Show Differences'
Hint =
'Show Differences|Shows left orphan, right orphan and difference ' +
'items.'
ImageIndex = imgFavDiff
OnExecute = FavExecute
ShortCaption = 'Diffs'
end
object FavSameAction: TUiAction
Category = 'Favorites'
Caption = 'Show Same'
Hint = 'Show Same|Shows same items.'
ImageIndex = imgFavSame
OnExecute = FavExecute
ShortCaption = 'Same'
end
object FavCompareNoneAction: TUiAction
Category = 'None'
Caption = 'Show None'
Hint = 'Show None|Shows no items.'
ImageIndex = imgFavNone
OnExecute = FavExecute
ShortCaption = 'None'
end
object TogSameAction: TUiAction
Category = 'Toggles'
Caption = 'Toggle Same'
Hint = 'Toggle Same|Shows or hides same items.'
OnExecute = TogExecute
ShortCaption = 'Same'
end
object TogLeftOrphanAction: TUiAction
Category = 'Toggles'
Caption = 'Toggle Left Orphans'
Hint = 'Toggle Left Orphans|Shows or hides left orphan items.'
OnExecute = TogExecute
ShortCaption = 'Left'
end
object TogRightOrphanAction: TUiAction
Category = 'Toggles'
Caption = 'Toggle Right Orphans'
Hint = 'Toggle Right Orphans|Shows or hides right orphan items.'
OnExecute = TogExecute
ShortCaption = 'Right'
end
object TogDiffAction: TUiAction
Category = 'Toggles'
Caption = 'Toggle Differences'
Hint = 'Toggle Differences|Shows or hides difference items.'
OnExecute = TogExecute
ShortCaption = 'Diffs'
end
object IsSigAction: TUiAction
Category = 'View'
AutoCheck = True
Hint =
'Item Is Important|Marks selected item as important or unimportan' +
't.'
OnExecute = IsSigExecute
end
object ShowWSAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = 'Visible &Whitespace'
Hint = 'Visible Whitespace|Shows or hides visible spaces, tabs.'
ImageIndex = imgShowWS
OnExecute = ViewStateExecute
ShortCaption = 'Space'
end
object DisplayFontAction: TUiAction
Category = 'View'
Caption = 'Display &Font...'
Hint = 'Display Font|Sets listing font.'
ImageIndex = imgDisplayFont
OnExecute = DisplayFontExecute
ShortCaption = 'Font'
end
object SideBySideAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = 'Side-by-side &Layout'
GroupIndex = 20
Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
ImageIndex = imgSideBySide
OnExecute = OverUnderExecute
ShortCaption = 'Normal'
end
object OverUnderAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = '&Over-under Layout'
GroupIndex = 20
Hint = 'Over-under Layout|Arranges panes above and below each other.'
ImageIndex = imgOverUnder
OnExecute = OverUnderExecute
ShortCaption = 'Stacked'
end
object ShowDetailsAction: TUiAction
Category = 'View'
AutoCheck = True
Caption = 'Item &Details'
Hint = 'Item Details|Shows or hides item details panel.'
ImageIndex = imgShowTextDetails
OnExecute = ShowDetailsExecute
ShortCaption = 'Details'
end
object HideDetailsAction: TUiAction
Category = 'Popup'
Caption = 'Hide'
Hint = 'Hide Details Panel|Hides item details panel.'
OnExecute = ShowDetailsExecute
end
end
end